home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 6.1.A.dxr / Internal_15_naar foto's vanaf klein.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  189 b   |  16 lines

  1. property spriteNum
  2.  
  3. on mouseUp
  4.   huidigframe = the frame
  5.   ganaarframe = huidigframe - 11 + spriteNum
  6.   go(ganaarframe)
  7. end
  8.  
  9. on mouseEnter
  10.   cursor(280)
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(-1)
  15. end
  16.